home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / dpx2.h < prev    next >
C/C++ Source or Header  |  1994-03-30  |  357b  |  16 lines

  1. #include <sys/types.h>
  2. #define STDC_HEADERS
  3.  
  4. #define POSIX_UTIME
  5.  
  6. #include "hosts/std-host.h"
  7.  
  8. /* Definitions that are needed for core files.  Core section sizes for
  9.    the DPX2 are in bytes.  */
  10.  
  11. #include <sys/param.h>
  12. #define NBPG 1
  13. #define UPAGES (USIZE * NBPP)
  14. #define HOST_DATA_START_ADDR (u.u_exdata.ux_datorg)
  15. #define HOST_STACK_END_ADDR (USERSTACK)
  16.